home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Project / Sources / CRC.h < prev    next >
Text File  |  1992-01-17  |  141b  |  8 lines

  1. /*
  2.     Terminal 2.2
  3.     "CRC.h"
  4. */
  5.  
  6. unsigned short CalcCRC(Byte *, unsigned long, unsigned short);
  7. unsigned short UpdateCRC(Byte, unsigned short);
  8.